syntax table

英 [ˈsɪntæks ˈteɪbl] 美 [ˈsɪntæks ˈteɪbl]

网络  语法表; 语法表格; 句法表

计算机



双语例句

  1. Beyond Lua's simple syntax and powerful table structure, Lua's real power is evident when mixing it with a host language.
    除了语法简单并且具有功能强大的表结构之外,Lua的强大功能使其可以与宿主语言混合使用。
  2. Keyword syntax is explained in the description of the step table.
    在步骤表格中的描述中解释了关键词语法。
  3. The full syntax for deleting or, more formally, dropping a table from a database is
    从数据库中删除(或者更正式地说,撤下(drop))一个表的完整语法是
  4. If the step does not take a table as input, such as this example, then the syntax is equivalent to a table with a single row.
    如果步骤没有使用表作为输入,例如本例,那么语法上等同于只使用了单行的表。
  5. The syntax is simple: You append the fully qualified name and a semicolon to the DROP TABLE SQL command, and you're finished.
    语法很简单:把完全限定名称和分号放在DROPTABLESQL命令后面,就完成了。
  6. The following syntax examples demonstrate the steps necessary to create a hash-partitioned table
    如下的语法示例展示了创建一个哈希分区表所需步骤
  7. Like most SQL statements, this example follows the standard SQL syntax of SELECT column ( s)* FROM table ( s)* WHERE condition ( s).
    跟大多数SQL语句一样,本例遵循SELECTcolumn(s).FROMtable(s)。
  8. Some of the common DBI conventions and syntax are listed in the table below.
    下面的表中列出了一些常见的DBI约定和语法。
  9. If you use this syntax to create an index on a table that other users are accessing, the index is not available until no user is updating the table.
    如果使用这种语法在其他用户正访问的表上创建索引,那么只有当没有用户更新该表时,创建的索引才能使用。
  10. In this article I provided generic mappings from the Oracle style CONNECT BY recursive query syntax to DB2's standard compliant recursive common table expressions using UNION ALL.
    在本文中,我提供了从Oracle型CONNECTBY递归查询语法到DB2中遵从标准的使用UNIONALL的递归公共表表达式的通用映射。
  11. To implement a percentage of space to be reserved, you use the same syntax as with regular tables, namely, by using the PCTFREE option when the table is created.
    为实现一定百分比的预留空间,和常规表一样使用相同的语法,即在创建表时使用PCTFREE选项。
  12. This is in contrast to Oracle syntax where the CREATE INDEX statement provides an option to specify in which table space the index will reside.
    但在Oracle语法中,CREATEINDEX语句有一个选项来指定索引存放在哪个表空间。
  13. This format may seem like overkill and a bit complicated, but this syntax is consistent with AdminApp commands and makes the input more efficient when table data needs to be specified.
    这种格式看起来可能有些重复和复杂,但这种语法与AdminApp命令是一致的,并且在需要指定表数据时,使输入变得更加高效。
  14. This is fairly standard SQL syntax for creating a table.
    创建表的语法是非常标准的SQL语法。
  15. The SQL syntax to delete a table is DROP TABLE followed by the tablename.
    删除表的SQL语法是DROPTABLE,这之后是表名。
  16. So now let's finish our discussion of syntax, since some of you are probably asking questions like "how do I reference the entire table, headers and all?"
    现在我结束关于语法的讨论,因为某些用户可能会问到下面的问题“我如何引用全部数据、标题和整个列表?”
  17. Firstly, by analyzing the characteristics of source code and object code, the architecture of compiling and interpreting system, which includes morphology/ syntax analysis, semantic analysis, error handling, symbol table manager and object code generation, was presented.
    通过分析源代码、目标代码的特点,提出了由词法/语法分析、语义分析、错误处理、符号表管理及代码生成五个阶段构成的编译解释系统体系结构。
  18. And the methods of syntax debugging, logic debugging and the significant steps to ensure the correct operation of the stored procedure in debugging are expounded. There are three methods in logic debugging which includes inserting test table, DBMS_OUTPUT and PL/ SQL debugger.
    说明存储子程序的语法调试和逻辑调试的具体方法以及调试是保证存储子程序正确的重要步骤,其中逻辑调试有三种不同的方法分别是插入测试表、DBMSOUTPUT以及PL/SQL调试器。
  19. In the designed experiments, the simple arithmetic expressions were analyzed through lexical analysis, syntax analysis, semantic analysis, table process and error process.
    设计的实验是以简单的算术表达式为处理对象,进行词法分析、语法分析和语义分析,兼有表格处理和出错处理。
  20. Introduces the course of writing ES syntax in detail, expounds the structure of predict analytical table, discusses semantic analysis about semantic record data structure, middle code, design of code and semantic processing.
    详细介绍ES文法编写的过程,论述预测分析表的构造,讨论语义分析过程中语义记录数据结构、中间代码设计和语义例程。
  21. This paper presents a new method of modifying the items of Goto table in correcting syntax error based on analyzing the items of LR syntax analysis table.
    在分析LR语法分析中LR分析表特性的基础上,提出了一种对LR分析表中的Goto表项进行改造来进行语法错误的诊断和恢复的方法。
  22. This method has the strongpoint of LR ( 1) analyzer, at the same time reduces the syntax analysis table.
    这种方法在保持了LR(1)分析方法功能强大的特性同时,有效地减小了分析表的大小,提高了语法分析的效率。